From bf5e57d2a787b44964bd00cda22bf47d4148f4b7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 19 Apr 2013 20:06:52 -0400 Subject: [PATCH] po: Add a rule to generate files This should help translators generate an updates pot file. Just doing make -C po gtk30.pot should work now, no need to build the entire module. --- po/Makefile.in.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 149721200e..577c0ab158 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -68,6 +68,9 @@ INSTOBJEXT = @INSTOBJEXT@ .SUFFIXES: .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat +$(filter %.ui.h, $(POTFILES)): + $(MAKE) -C ../gtk gtkresources.c + .c.o: $(COMPILE) $< -- 2.30.2